<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* =========全局样式======= */
html, body, div, p, a, ol, ul, li, dl, dt, dd, h1, h2, h3, h4,h5,h6,img, object, embed, span, form, marquee{margin:0;padding:0;}
body{font-size: 16px;font-family: 微软雅黑,Arial, Helvetica, sans-serif;color:#696868;line-height:1.7;min-width:  1200px;}
ol, ul, li, dl, dt, dd{list-style:none;}
img{border:none;}
p{text-justify:inter-ideograph;}
em,i{ font-style:normal;}
a {text-decoration:none;color:#626262;}
a:hover {color: #3ebb2b;text-decoration:none;}

/* =========基本样式======= */
h1{font-size:20px;font-family:"Microsoft YaHei","黑体";font-weight: bold;}
h2{font-size:1.2em;font-family:"Microsoft YaHei"; font-weight:normal;}
h3{font-size:14px;}
h4{font-size:14px;font-weight:normal;}
h5{font-size:12px;}
h6{font-size:12px;font-weight:normal;}


/*=======通用==========*/
.wrapper{width:1200px; margin:0 auto;}

/*======浮动=====*/
.left{float:left;}
.right{float:right;}

.bofore{clear:both;}
</pre></body></html>